.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header {
    --headercolor: #000 !important;
    --logo: url(../../image/catalog/esk/Manufacturer-of-Truck-Parts.png) !important;
    position: relative;
    top: 0;
    margin: 32px 0 30px;
  }
  header .wrapper {
    padding: 0 0 0 15px;
  }
  header .wrapper .menu ul {
    display: none;
  }
  header .wrapper .menu .openSearchBtn {
    margin-right: 20px;
  }
  header .wrapper .menu .languageSelection {
    display: none;
  }
  header .wrapper .menu .openMegaMenu {
    width: 60px;
    border-radius: 0px 12px 12px 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header {
    top: 32px;
  }
  header .wrapper {
    padding: 0 15px 0 15px;
  }
  header .wrapper .menu ul {
    gap: 13px;
    margin-right: 10px;
  }
  header .wrapper .menu .openSearchBtn {
    margin-right: 10px;
  }
  header .wrapper .menu .openMegaMenu {
    width: 60px;
    border-radius: 0 12px 12px 0;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 38px 15px 30px;
  }
  footer .logo {
    width: 150px;
    margin: 0 auto 75px;
    display: block;
  }
  footer .footerMenu {
    flex-wrap: wrap;
  }
  footer .footerMenu .menuList {
    min-width: 50%;
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footerMenu .menuList:after {
    display: none;
  }
  footer .footerMenu .menuList.double {
    min-width: 100%;
  }
  footer .footerBottom {
    flex-direction: column;
    margin: 45px 0 85px;
  }
  footer .footerBottom .phones {
    justify-content: space-between;
    gap: 10px;
    width: 100%;
  }
  footer .footerBottom .phones a {
    font-size: 16px;
  }
  footer .footerBottom .phones a:nth-child(even) {
    text-align: right;
  }
  footer .footerBottom .right {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  footer .footerMenu {
    flex-wrap: wrap;
  }
  footer .footerMenu .menuList {
    order: 1;
    width: 25%;
    padding: 0 30px;
  }
  footer .footerMenu .menuList:after {
    display: none;
  }
  footer .footerMenu .menuList.double {
    order: 2;
    padding: 0;
    width: 100%;
    min-width: 100%;
    margin-top: 30px;
  }
  footer .footerMenu .menuList.double ul li {
    width: calc((100% - 60px) / 5);
  }
  footer .footerBottom {
    margin: 45px 0 85px;
  }
  footer .footerBottom .phones {
    gap: 30px;
  }
  footer .footerBottom .emails {
    width: 100%;
  }
  footer .footerBottom .right {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .footerMenu .menuList {
    padding: 0 10px;
  }
  footer .footerMenu .menuList:after {
    display: none;
  }
  footer .footerBottom .emails {
    width: 100%;
  }
  footer .footerBottom .right {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
  footer .footerBottom .phones {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bodyWrapper {
    padding: 15px;
  }
  .globalTitle2 {
    font-size: 24px;
  }
  .globalTitle {
    font-size: 24px;
  }
  .globalTitle span:after {
    height: 4px;
    border-radius: 8px;
    bottom: -7px;
  }
  .globalDescription {
    font-size: 16px;
    text-align: right;
    line-height: 24px;
  }
  .editorContent {
    font-size: 16px;
    line-height: 25px;
  }
  .editorContent p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .container.customContainer1 {
    max-width: 740px;
  }
  .container.customContainer2 {
    max-width: 1680px;
  }
  .container.newrow {
    --bs-gutter-x: 10px;
  }
  .container.newzero {
    --bs-gutter-x: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .bodyWrapper {
    overflow: hidden;
  }
  .container.customContainer1 {
    max-width: 960px;
  }
  .container.customContainer2 {
    max-width: 1680px;
  }
  .container.newrow {
    --bs-gutter-x: 10px;
  }
  .container.newzero {
    --bs-gutter-x: 0px;
  }
  .globalTitle {
    font-size: 30px;
  }
  .globalDescription {
    font-size: 18px;
    text-align: right;
    line-height: 26px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .bodyWrapper {
    overflow: hidden;
  }
  .container.customContainer1 {
    max-width: 1100px;
  }
  .container.customContainer2 {
    max-width: 1110px;
  }
  .container.newrow {
    --bs-gutter-x: 10px;
  }
  .container.newzero {
    --bs-gutter-x: 0px;
  }
  .globalTitle {
    font-size: 30px;
  }
  .globalDescription {
    font-size: 18px;
    text-align: right;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .bodyWrapper {
    overflow: hidden;
  }
  .container {
    max-width: 1190px;
  }
  .container.customContainer1 {
    max-width: 1490px;
  }
  .container.customContainer2 {
    max-width: 1680px;
  }
  .container.newrow {
    --bs-gutter-x: 10px;
  }
  .container.newzero {
    --bs-gutter-x: 0px;
  }
  .row > .col-xxl-custom-5 {
    flex: 0 0 auto;
    width: 20%;
  }
  .row > .col-xxl-custom-10 {
    flex: 0 0 auto;
    width: 10%;
  }
  .row > .col-xxl-custom-8 {
    flex: 0 0 auto;
    width: 12.5%;
  }
}
@media screen and (max-width: 768px) {
  .page {
    padding: 0px 20px 0px 20px;
  }
  
  
  section.mainAbouttrucksdms .swiper-container .swiper-slide .backgroundImage{
      bottom: -70px !important;
  }
  
  
  .page.pageProductDetail .titleWrapper .productTitleArea .productCode {
    font-size: 21px;
  }
  
  .efttext {
    font-size: 13px !important;
    
  }

  .productItem * {
    line-height: 16px !important;
}
  .container.customContainer2 .container{
        padding: 0px !important;
    }
  
  .page.pageProductList{
      padding:0px !important;
  }
  
  .page.pageProductDetail{
      padding:0px !important;
  }
  
  
  .container.customContainer1.newrow {
        padding: 0px !important;
    }
    
  .page.pageProductDetail .titleWrapper .productTitleArea .title {
    font-weight: bold;
    font-size: 22px;
    
  }
  .page .pageWrapper {
    padding: 40px 0 60px;
    border-radius: 12px;
  }
  .page .pageWrapper .pageContent {
    padding: 0;
  }
  .page .pageWrapper .pageContent .globalTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.mainSlider {
    margin: 0;
  }
  section.mainSlider .swiper-container {
    border-radius: 12px 12px 0 0;
    background: unset;
  }
  section.mainSlider .swiper-container .swiper-navigation {
    position: static;
    transform: rotate(90deg);
  }
  section.mainSlider .swiper-slide {
    aspect-ratio: unset;
  }
  section.mainSlider .swiper-slide .backgroundMedia {
    aspect-ratio: 1880/1037;
    position: static;
  }
  section.mainSlider .swiper-slide .content {
    position: static;
    transform: unset;
    padding: 30px 0 0;
    text-align:center;
  }
  section.mainSlider .swiper-slide .content .text {
    font-size: 25px;
    line-height: 30px;
  }
  
  .categoryItem .categoryName{
      margin:0px !important;
  }
  section.mainSlider .swiper-slide .content .description {
    font-size: 18px;
    line-height: 24px;
  }
  section.mainProductGroups {
    border-radius: 12px;
    padding: 0px 0 50px;
    margin-top: 30px !important;
  }
  section.mainAdvancedSearch {
      background-image:none !important;
    border-radius: 12px;
    background-color: #ed1c24;
    background-size: 140% auto;
    margin-bottom: -35px;
    padding: 40px 0 95px;

  }
  
  .page.pageProductDetail .productImages .imgTitle{
      margin-top:20px;
  }
  .page.pageProductDetail .titleWrapper{
      margin-bottom:15px !important;
  }
  
  .searchForm {
    padding-bottom: 0px;
    margin-bottom: 0px;
   }

  .searchForm .form-group button{
      background: #000;
      color:#fff;
  }
  section.mainAdvancedSearch .titleArea {
    justify-content: center;
  }
  section.mainAdvancedSearch form label {
    text-align: center;
  }
  section.mainAdvancedSearch form .form-group {
    flex-direction: column;
  }
  section.mainAdvancedSearch form .form-group button {
    width: 100%;
  }
  section.mainAdvancedSearch .info {
    margin: 0;
  }
  section.mainAdvancedSearch .features {
    flex-direction: column;
    /*margin: 30px 0 126px;*/
    margin: 30px 0 0px;
    gap: 30px;
    padding: 0 15px;
    align-items: flex-start;
  }
  .mainBrands .globalTitle {
    margin-bottom: 30px;
}

.mainCatalog .globalTitle {
    margin-bottom: 30px;
}


.mainCatalog .customTabNavs2 {
    margin-top: 30px;
    margin-bottom: 40px;
}

section.mainNews .globalTitle {
    margin-bottom: 30px;
}


.share-buttons__group {
    margin-top: 20px;
    margin-bottom: 25px;
}

.page.pageProductDetail .titleWrapper .offerBtn
{
    text-align:center;
}
.efboxvideo video{
        max-height: 350px !important;
}
  section.mainAdvancedSearch .features .item .text {
    width: 80vw;
    flex-direction: row;
  }
  section.mainAdvancedSearch .features .item:after {
    display: none;
  }
  section.mainAbouttrucksdms {
    padding: 0;
    border-radius: 12px;
  }
  section.mainAbouttrucksdms .aboutContent {
    position: absolute;
    padding: 50px 15px;
  }
  section.mainAbouttrucksdms .aboutContent .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  section.mainAbouttrucksdms .swiper-container {
    position: static;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-navigation {
    display: none;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-slide {
    padding-bottom: 230px;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-slide .productImage {
            transform: translate(-51%, 31%) rotate(344deg);
        max-width: 80%;
        width: 100%;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-slide .text {
    margin-top: 40px;
    font-size: 31px;
    padding: 0 15px;
    line-height: 60px;
    position: static;
    margin-left: auto;
    min-height: 120px;
  }
  
  .eftnew{
          width: 100%;
  }
  
  section.mainAbouttrucksdms .swiper-container .swiper-slide .productImage {
    left: 50%;
    right:auto;
  }
  
  
.owl-mainNews{
    direction:ltr;
}

.owl-mainNews .content *{
    text-align:right;
}





  section.brandsAndCatalog {
    padding: 50px 0 100px;
    border-radius: 12px;
    
        z-index: 8;
    margin-top: -10px;
     border-top-right-radius: 0px;
            border-top-left-radius: 0px;
    padding-top: 0px;

  }
  .mainBrands .owl-brands .item {
    width: 50vw;
  }
  .mainCatalog {
    padding: 0 15px;
  }
  .mainCatalog .customTabNavs {
    padding-left: 15px;
    margin: 40px 20px;
  }
  section.mainNews {
    border-radius: 12px 12px 0 0;
    padding: 140px 0 25px;
  }
  section.mainNews .owl-dots {
    justify-content: flex-start;
  }
  section.mainNews .allNews {
    left: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainProductGroups .row > div:nth-child(10) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainSlider {
    margin-bottom: -40px;
  }
  section.mainSlider .swiper-slide .content {
    max-width: 270px;
    left: 40px;
  }
  section.mainSlider .swiper-slide .content .text {
    font-size: 30px;
    line-height: 30px;
  }
  section.mainSlider .swiper-slide .content .description {
    font-size: 20px;
    line-height: 22px;
  }
  section.mainProductGroups .row > div:nth-child(10) {
    display: none;
  }
  section.mainProductGroups .row > div:nth-child(9) {
    display: none;
  }
  section.mainAdvancedSearch .features .item span {
    font-size: 16px;
    white-space: nowrap;
  }
  section.mainAdvancedSearch .features .item:after {
    display: none;
  }
  section.mainAbouttrucksdms {
    padding: 0;
    border-radius: 12px;
  }
  section.mainAbouttrucksdms .aboutContent {
    position: absolute;
    left: 20px;
    padding: 50px 15px;
    max-width: 45%;
  }
  section.mainAbouttrucksdms .aboutContent .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  section.mainAbouttrucksdms .swiper-container {
    position: static;
    height: 640px;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-navigation {
    display: none;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-slide {
    padding-bottom: 230px;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-slide .productImage {
    transform: translate(-50%, 35%);
    max-width: 60%;
  }
  section.mainAbouttrucksdms .swiper-container .swiper-slide .text {
    font-size: 45px;
    line-height: 40px;
    max-width: 50%;
  }
  .mainBrands .owl-brands .item {
    width: 25vw;
  }
  .mainCatalog .customTabNavs {
    margin-top: 40px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainSlider {
    margin-bottom: -40px;
  }
  section.mainSlider .swiper-slide .content {
    max-width: 270px;
    left: 40px;
  }
  section.mainSlider .swiper-slide .content .text {
    font-size: 30px;
    line-height: 30px;
  }
  section.mainSlider .swiper-slide .content .description {
    font-size: 20px;
    line-height: 22px;
  }
  section.mainProductGroups .row > div:nth-child(10) {
    display: none;
  }
  section.mainProductGroups .row > div:nth-child(9) {
    display: none;
  }
  section.mainAdvancedSearch .features .item span {
    font-size: 16px;
    white-space: nowrap;
  }
  section.mainAdvancedSearch .features .item:after {
    display: none;
  }
  section.mainAbouttrucksdms {
    padding: 180px 25px;
  }
  .mainBrands .owl-brands .item {
    width: 20vw;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.mainSlider {
    margin-bottom: -80px;
  }
  section.mainAbouttrucksdms {
    padding: 180px 15px;
  }
}
@media screen and (max-width: 768px) {
  .categoryBoxes {
    max-width: calc(100vw - 20px);
    flex-direction: column;
  }
  .categoryBoxes .categoryBox {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .categoryBoxes {
    max-width: calc(100vw - 20px);
  }
  .page.pageCategory .pageWrapper .categoryList .row > div:nth-child(10) {
    display: none;
  }
  .page.pageCategory .pageWrapper .categoryList .row > div:nth-child(9) {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .categoryBoxes {
    max-width: calc(100vw - 20px);
  }
  .page.pageCategory .pageWrapper .categoryList .row > div:nth-child(10) {
    display: none;
  }
  .page.pageCategory .pageWrapper .categoryList .row > div:nth-child(9) {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .categoryBoxes {
    max-width: calc(100vw - 20px);
  }
}
@media screen and (max-width: 768px) {
  .contactArea {
    flex-direction: column;
  }
  .contactArea .item {
    padding-bottom: 35px;
  }
  .contactArea .item .info {
    width: 100%;
    max-width: unset;
  }
  .contactArea .item .info .title {
    font-size: 18px;
  }
  .contactArea .item .info .address {
    font-size: 16px;
  }
  .contactArea .item .info a {
    font-size: 16px;
  }
  .contactArea .item:after {
    display: none;
  }
  .page.pageContact .customTabNavs li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page.pageNewsDetail .pageWrapper {
    padding: 40px 30px 60px;
  }
  .page.pageNewsDetail .newsBannerArea {
    margin: 0;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .newsBannerArea {
    border-radius: 12px;
    gap: 30px;
  }
  .newsBannerArea .imgArea {
    border-radius: 12px;
  }
  .newsBannerArea .bannerTitle {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page.pageNewsDetail .pageWrapper {
    padding: 40px 30px 60px;
  }
  .page.pageNewsDetail .newsBannerArea {
    margin: 0;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  .newsBannerArea {
    border-radius: 12px;
    gap: 30px;
  }
  .newsBannerArea .imgArea {
    border-radius: 12px;
  }
  .newsBannerArea .bannerTitle {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .page.pageNewsDetail .newsBannerArea {
    margin: 0;
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .page.pageNewsDetail .newsBannerArea {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  .page.pageProductDetail .titleWrapper .offerBtn {
    font-size: 18px;
    width: unset;
    padding: 5px 20px;
    height: unset;
  }
  .page.pageProductDetail .productImages .imgArea {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page.pageProductDetail .titleWrapper .offerBtn {
    font-size: 18px;
    width: unset;
    padding: 20px 20px;
    height: unset;
  }
}
@media screen and (max-width: 768px) {
  .page.pageProduction .mainAbouttrucksdms {
    min-height: unset;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page.pageProduction .mainAbouttrucksdms {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .page.pageProductList .productList {
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page.pageProductList .productList {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page.pageSearch .pageWrapper {
    margin-bottom: 70px;
  }
  .page.pageSearch .pageWrapper .categoryList .row > div:nth-child(10) {
    display: none;
  }
  .page.pageSearch .searchImage {
    bottom: -133px;
    left: -10%;
  }
  .page.pageSearch .productGroupAccordion.active {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .page.pageSearch .pageWrapper {
    margin-bottom: 70px;
  }
  .page.pageSearch .pageWrapper .categoryList .row > div:nth-child(10) {
    display: none;
  }
  .page.pageSearch .pageWrapper .categoryList .row > div:nth-child(9) {
    display: none;
  }
  .page.pageSearch .productGroupAccordion.active {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .categoryItem {
    padding: 24px 10px 5px 10px;
  }
  .categoryItem .categoryName {
    font-size: 14px;
  }
  .categoryItem .categoryInfo {
    font-size: 12px;
  }
  .categoryItem .goBtn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .categoryItem {
    padding: 24px 15px 15px 15px;
  }
  .categoryItem .categoryInfo {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .searchForm .form-group {
    flex-direction: column;
  }
  .searchForm .form-group button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .categoryBox {
    padding: 31px 27px;
    aspect-ratio: unset;
  }
  .categoryBox .categoryTitle {
    font-size: 30px;
  }
  .categoryBox .categoryDescription {
    font-size: 16px;
    margin-bottom: 170px;
  }
  .categoryBox .list {
    width: 100%;
  }
  .categoryBox .list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ceced0;
    z-index: -2;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .categoryBox {
    padding: 31px 27px;
    aspect-ratio: unset;
  }
  .categoryBox .categoryTitle {
    font-size: 30px;
  }
  .categoryBox .categoryDescription {
    font-size: 16px;
    margin-bottom: 170px;
  }
  .categoryBox .list {
    width: 100%;
    max-width: 300px;
  }
  .categoryBox .list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ceced0;
    z-index: -2;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .categoryBox {
    padding: 31px 27px;
    aspect-ratio: unset;
  }
  .categoryBox .categoryDescription {
    margin-bottom: 170px;
  }
  .categoryBox .list {
    width: 100%;
    max-width: 400px;
  }
  .categoryBox .list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ceced0;
    z-index: -2;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .categoryBox {
    padding: 31px 27px;
    aspect-ratio: unset;
  }
  .categoryBox .list {
    width: 100%;
    max-width: 400px;
  }
  .categoryBox .list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ceced0;
    z-index: -2;
  }
}
@media screen and (max-width: 768px) {
  .sidebar {
    height: unset;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .timelineItem .contentArea {
    flex-direction: column-reverse;
    padding: 18px;
    padding-top: 90px;
  }
  .timelineItem .contentArea .text {
    margin: 0;
  }
  .timelineItem .contentArea .title {
    width: 90%;
  }
  .timelineItem .contentArea .imgArea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .videoItem {
    aspect-ratio: 1190/784;
    margin-bottom: 45px;
  }
  .videoItem .videoContent {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .videoItem .videoContent .videoTitle {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .videoItem {
    margin-bottom: 45px;
  }
  .videoItem .videoContent {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .videoItem .videoContent .videoTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .galleryAlbum {
    padding: 29px 15px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .galleryAlbum {
    padding: 29px 15px;
  }
}
@media screen and (max-width: 768px) {
  .table {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .table thead tr th {
    padding: 20px 10px;
    font-size: 16px;
  }
  .table tbody tr th {
    padding: 17px 10px;
  }
  .table tbody tr td {
    padding: 17px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pagination.right {
    justify-content: center;
  }
  .pagination ul li a {
    min-width: 48px;
    height: 48px;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .productItem {
    padding: 24px 10px 1px 10px;
  }
  .productItem .categoryName {
    font-size: 13px;
  }
  .productItem .categoryInfo {
    font-size: 11px;
  }
  .productItem .goBtn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .productItem {
    padding: 24px 10px 4px 10px;
  }
  .productItem .categoryInfo {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .accordionItem.productGroupAccordion .accordionHeader {
    height: 90px;
  }
  .accordionItem.productGroupAccordion .accordionHeader .title {
    font-size: 24px;
  }
  .accordionItem.productGroupAccordion .accordionHeader .info {
    display: none;
  }
  .accordionItem.productGroupAccordion .accordionHeader:before {
    width: 60px;
  }
  .accordionItem.productGroupAccordion .accordionHeader:after {
    width: 27px;
    right: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .accordionItem.productGroupAccordion .accordionHeader {
    height: 90px;
  }
  .accordionItem.productGroupAccordion .accordionHeader .title {
    font-size: 24px;
  }
  .accordionItem.productGroupAccordion .accordionHeader .info {
    font-size: 16px;
  }
  .accordionItem.productGroupAccordion .accordionHeader:before {
    width: 60px;
  }
  .accordionItem.productGroupAccordion .accordionHeader:after {
    width: 27px;
    right: 32px;
  }
}

/*# sourceMappingURL=mobile.css.map */


@media screen and (max-width: 1200px) {

    .mgwatermark{
        font-size: 22px !important;
    }
    
    
    
}


@media screen and (max-width: 768px) {

    .mgwatermark{
        font-size: 19px !important;
    }
    
    
    
}
  
  
